
html, body {
    position: relative;
    height: 100%;
}

/*@font-face {*/
    /*font-family: 'webfont';*/
    /*font-display: swap;*/
    /*src: url('//at.alicdn.com/t/webfont_xhsn1vicql.eot'); !* IE9*!*/
    /*src: url('//at.alicdn.com/t/webfont_xhsn1vicql.eot?#iefix') format('embedded-opentype'), !* IE6-IE8 *! url('//at.alicdn.com/t/webfont_xhsn1vicql.woff') format('woff'), !* chrome、firefox *! url('//at.alicdn.com/t/webfont_xhsn1vicql.ttf') format('truetype'), !* chrome、firefox、opera、Safari, Android, iOS 4.2+*! url('//at.alicdn.com/t/webfont_xhsn1vicql.svg#NotoSansHans-DemiLight') format('svg'); !* iOS 4.1- *!*/
/*}*/

@font-face {
    font-family: 'webfont';
    font-display: swap;
    src: url('//at.alicdn.com/t/webfont_0figufqpvi4.eot'); /* IE9*/
    src: url('//at.alicdn.com/t/webfont_0figufqpvi4.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('//at.alicdn.com/t/webfont_0figufqpvi4.woff2') format('woff2'),
    url('//at.alicdn.com/t/webfont_0figufqpvi4.woff') format('woff'), /* chrome、firefox */
    url('//at.alicdn.com/t/webfont_0figufqpvi4.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('//at.alicdn.com/t/webfont_0figufqpvi4.svg#Alibaba-PuHuiTi-Regular') format('svg'); /* iOS 4.1- */
}

/*P {*/
    /*font-family: "webfont" !important;*/
    /*font-size: 16px;*/
    /*font-style: normal;*/
    /*-webkit-font-smoothing: antialiased;*/
    /*-webkit-text-stroke-width: 0.1px;*/
    /*-moz-osx-font-smoothing: grayscale;*/
/*}*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    font-family: "webfont" !important;
    /*font-size: 16px;*/
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    /*-webkit-text-stroke-width: 0.1px;*/
    -moz-osx-font-smoothing: grayscale;
}

ul li {
    list-style: none;
}
body {
    background: #eee;
    font-family: webfont;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    background: #fff;
    height: 100vh;
    background: no-repeat center center;
    background-size: cover;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
}

.swiper-pagination {
    width: auto !important;
    margin-left: 20px;
}

.swiper-pagination-bullet {
    opacity: .4;
    border-radius: 0;
    width: 40px;
    height: 4px;
    background-color: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.paddings {
    padding: 0;
}

.navbar {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: rgba(255, 255, 255, .0);
    border: none;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}

.navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
}

.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
}

.navbar-brand {
    padding: 5px 15px;
}

.navbar-nav > li > a {
    padding: 28px 20px;
}

.navbar-toggle {
    margin-top: 21px;
    margin-bottom: 21px;
}
.dropdown-menu>li>a{
    padding: 8px 20px;
}
.dropdown-menu {
    min-width: 100%;
}

.swiper-button-next, .swiper-button-prev {
    width: 24px;
    height: 25px;
    background-size: cover;
    top: 90%;
    right: 49px;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 60px;
}

.dibu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    background-color: rgba(0, 0, 0, .7);
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
}

.footleft {
    display: flex;
    align-items: center;
    color: #fff;
}

.footleft span {
    display: block;
    width: 1px;
    height: 16px;
    background-color: #fff;
    margin: 0 15px;
}

.dloec {
    margin-left: 30px;
    position: relative;
}

.footleft > ul {
    margin: 0;
}

.footleft > ul li {
    margin: 0 10px;
}

.loeful {
    width: 100%;
    position: absolute;
    bottom: 18px;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    padding: 10px;
    display: none;
}

.footleft:hover .loeful {
    display: block;
}

.isA {
    color: #fff;
}

.footrint > ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0;
}

.footrint > ul li {
    margin: 0 10px;
}

.footrint a {
    color: #fff;
}

.nm {
    color: #9A9A9A;
}

.xiasmnz- {
    position: absolute;
    right: 50px;
}

.xiasmnz-2 {
    position: absolute;
    left: 50px;
}

.xiasmnz- h1 {
    font-size: 56px;
}
.xiasmnz-2 h1{
    font-size: 56px;
}
.xiasmnz- p, .xiasmnz-2 p {
    width: 309px;
    font-size: 16px;
    text-indent: 30px;
}


@media (max-width: 926px) {
    .dibu {
        display: block;
        height: auto;
        padding: 10px 20px;
    }
}

@media (min-width: 767px) {
    .navbar .nav > li:hover .dropdown-menu {
        display: block;
    }

    .navbar-nav {
        float: right;
    }
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

    .footrint {
        display: none;
    }

    .dloec {
        display: none;
    }

    .navbar-collapse {
        background-color: rgba(0, 0, 0, .5);
        color: #fff !important;
    }

    .footleft {
        display: block;
    }

    .navbar-nav > li > a {
        padding: 15px 20px;
    }

    .col-xs-1212 {
        width: 100%;
    }

    .xiasmnz- {
        width: 100%;
        right: 0;

    }

    .xiasmnz-2 {
        width: 100%;
        left: 0;
    }

    .xiasmnz-2 h1 {
        text-align: center !important;
        font-size: 48px;
    }

    .xiasmnz- h1 {
        text-align: center !important;
        font-size: 48px;
    }

    .xiasmnz- p, .xiasmnz-2 p {
        text-align: center;
    }
}